API Documentation
VertexComponent.h
1 // VertexComponent.h
3 //
5 
6 namespace nkGraphics
7 {
13  struct DLL_GRAPHICS_EXPORT VertexComponent final
14  {
21  } ;
22 }
nkGraphics::VertexComponent
Holds information about a vertex.
Definition: VertexComponent.h:14
nkGraphics::VertexComponent::_color
nkMaths::Vector _color
The color.
Definition: VertexComponent.h:16
nkGraphics::VertexComponent::_binormal
nkMaths::Vector _binormal
The binormal.
Definition: VertexComponent.h:20
nkGraphics::VertexComponent::_uv
nkMaths::Vector _uv
The texture coordinates.
Definition: VertexComponent.h:17
nkGraphics::VertexComponent::_normal
nkMaths::Vector _normal
The normal.
Definition: VertexComponent.h:18
nkGraphics::VertexComponent::_position
nkMaths::Vector _position
The position.
Definition: VertexComponent.h:15
nkGraphics::VertexComponent::_tangent
nkMaths::Vector _tangent
The tangent.
Definition: VertexComponent.h:19
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkMaths::Vector
A 4-component vector class, with floats.
Definition: Vector.h:12